SelectPolygonOutline

Introduced

v10.5 (2012)

Description

Selects boundary edges on selected polygons.

Scripting Syntax

SelectPolygonOutline( SelectionList );

Parameters

Parameter Type Description
SelectionList String List of polygons.

Default Value: n/a

Examples

VBScript Example

CreatePrim "Grid", "MeshSurface"

SelectPolygonOutline "grid.poly[18-21,29,37,42-45]"